chache/pages/gujia/index.wxss
2024-01-22 18:48:00 +08:00

76 lines
1.2 KiB
Plaintext

page {
background: #f9f9f9;
}
.body {
background: #fff;
margin-top: 20rpx;
padding-bottom: 24rpx;
width: 100%;
}
.modle {
border-bottom: 1rpx solid #f0f0f0;
color: #333;
font-size: 28rpx;
height: 88rpx;
line-height: 88rpx;
margin-left: 5%;
width: 90%;
}
.modle_right {
color: #9295a8;
display: block;
float: right;
font-size: 24rpx;
height: 88rpx;
margin: 0;
padding: 0;
text-align: right;
}
.shop_view_border {
width: 100%;
}
.shop_view {
display: inline-block;
margin-left: 30rpx;
}
.shop_view,
.shop_view_img {
height: 165rpx;
width: 165rpx;
}
.shop_view_closeimg {
height: 38rpx;
margin-left: 127rpx;
position: absolute;
width: 38rpx;
}
.commit_btn {
background: #3d61f0;
border-radius: 15rpx;
color: #fff;
font-size: 28rpx;
height: 72rpx;
line-height: 72rpx;
margin: 80rpx auto 0;
padding: 0;
text-align: center;
width: 690rpx;
}
button::after {
border: none;
}
.shouquan_btn {
background: #fff;
border: 1rpx solid #3d61f0;
border-radius: 10rpx;
color: #3d61f0;
float: right;
font-size: 27rpx;
height: 60rpx;
line-height: 56rpx;
margin-top: 14rpx;
padding: 0;
text-align: center;
width: 150rpx;
}