75 lines
1.4 KiB
Plaintext
75 lines
1.4 KiB
Plaintext
/* pages/joinWardrobe/joinWardrobe.wxss */
|
|
.joinWardrobe{
|
|
margin-bottom: 180rpx;
|
|
}
|
|
.join_bc{
|
|
height: 350rpx;
|
|
background: url("http://cdn.yishaxiyi.com/7e367aab86ef51ab4fa6e804b0060e2a.png") no-repeat center;
|
|
background-size: 100%;
|
|
position: relative;
|
|
}
|
|
.join_t{
|
|
position: absolute;
|
|
top: 255rpx;
|
|
left: 50%;
|
|
width: 646rpx;
|
|
height: 700rpx;
|
|
margin-left: -323rpx;
|
|
background-color: #ffffff;
|
|
box-shadow: -4rpx 3rpx 30rpx 0px rgba(0, 0, 0, 0.1);
|
|
border-radius: 20rpx;
|
|
}
|
|
.join_tit{
|
|
font-size: 36rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
margin-top: 72rpx;
|
|
text-align: center;
|
|
}
|
|
.join_cen{
|
|
margin-top: 25rpx;
|
|
}
|
|
.join_cen_r1{
|
|
margin-top: 45rpx;
|
|
width: 50%;
|
|
display: inline-block;
|
|
text-align: center;
|
|
}
|
|
.join_cen_r1 image{
|
|
width: 130rpx;
|
|
height: 130rpx;
|
|
}
|
|
.join_cen_text{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #333333;
|
|
}
|
|
.text_row{
|
|
width: 646rpx;
|
|
margin: 30rpx auto 0;
|
|
}
|
|
.text_row_t{
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.btn{
|
|
position: fixed;
|
|
bottom: 40rpx;
|
|
left: 50%;
|
|
width: 690rpx;
|
|
height: 100rpx;
|
|
margin-left: -345rpx;
|
|
background-image: linear-gradient(
|
|
#1dbf53,
|
|
#1dbf53),
|
|
linear-gradient(
|
|
#2fd152,
|
|
#2fd152);
|
|
background-blend-mode: normal,
|
|
normal;
|
|
border-radius: 50rpx;
|
|
font-size: 38rpx;
|
|
color: #ffffff;
|
|
} |