123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- /* components/three_yards/three_yards.wxss */
- .text-green {
- color: green;
- }
- .text-red {
- color: red;
- }
- .upload {
- float: right;
- margin: 0;
- width: 150rpx;
- height: 150rpx;
- }
- .img_box{
- position: relative;
- }
- .DelImg {
- width: 40rpx;
- height: 40rpx;
- position: absolute;
- right: 0;
- top: 0;
- }
- .line {
- border-top: 2rpx dashed #E3E9F9;
- margin: 30rpx 0;
- }
- .cu-form-group {
- background-color: var(--white);
- padding: 1rpx 30rpx;
- display: flex;
- align-items: center;
- min-height: 100rpx;
- justify-content: space-between;
- /* margin-bottom: 30rpx; */
- }
- .cu-form-group .title {
- text-align: justify;
- padding-right: 30rpx;
- font-size: 28rpx;
- position: relative;
- height: 60rpx;
- line-height: 60rpx;
- }
- .cu-form-group input {
- flex: 1;
- font-size: 28rpx;
- color: #555;
- /* padding-right: 20rpx; */
- }
- .width {
- width: 100rpx;
- }
- .phone {
- margin-right: 40rpx;
- }
- .color333 {
- color: #333333;
- }
- .color2F8EFF {
- color: #2F8EFF;
- }
- .phone-box {
- display: flex;
- justify-content: space-between;
- }
- .get-code {
- display: inline-block;
- width: 210rpx;
- height: 65rpx;
- background: #E4F2FF;
- border-radius: 34rpx;
- text-align: center;
- line-height: 65rpx;
- color: #2F8EFF;
- font-size: 28rpx;
- }
- .newnucleate {
- font-size: 28rpx;
- height: 100rpx;
- padding: 30rpx 33rpx 0;
- }
- .left {
- float: left;
- }
- .right {
- float: right;
- text-align: right;
- }
- .img {
- width: 150rpx;
- height: 150rpx;
- }
- .Sho_box7{
- width: 52rpx;
- height: 66rpx;
- padding: 0 !important;
- /* border-radius: 15rpx; */
- display: flex;
- justify-content: center;
- align-items: center;
- text-align: center;
- margin-left: 20rpx;
- }
- .orange {
- border: 1px solid #ffa939;
- }
- .blue {
- border: 1px solid #2F8EFF;
- }
- .icon{
- width: 36rpx;
- height: 36rpx;
- margin-left: 12rpx;
- vertical-align:middle;
- }
- .poisition{
- position: relative;
- }
- .hidden-input{
- color: rgba(255,255,255,0) !important;
- /* width: 474rpx;
- height: 66rpx; */
- width: 0;
- height: 0;
- text-align: left;
- position: absolute;
- /* background-color: pink; */
- top: 10px;
- left: 101px;
- /* opacity: 0.1;*/
- z-index: -1;
- }
- .marginTop{
- margin-top: 40rpx;
- }
|