Files
xuan_wechat/pages/site/add/add.wxss
2023-08-25 14:04:31 +08:00

18 lines
1.0 KiB
Plaintext

.content{ min-height: 100vh; background: #f7f8f9; padding-top: 30rpx; box-sizing: border-box; }
/* 收货地址 */
.site-form{ background: white; border-radius: 20rpx; margin: 0 30rpx; padding: 20rpx 0; }
.site-input{ display: flex; justify-content: space-between; align-items: center; padding: 0 30rpx;}
.site-input label{ width: 170rpx; font-size: 30rpx; color: #333; line-height: 90rpx; }
.site-input input{ width: calc(100% - 170rpx); font-size: 30rpx; }
.site-input picker{ width: calc(100% - 170rpx); }
.picker{ padding-right: 90rpx; width: 100%; box-sizing: border-box; position: relative; }
.picker-icon{ width: 32rpx; height: 32rpx; position: absolute; right: 0; top: 50%; margin-top: -16rpx; }
/* 保存地址 */
.site-btn{ padding: 50rpx 30rpx; }
.site-btn button[size="mini"]{ background: #e92152; height: 90rpx; line-height: 90rpx; width: 100%; border-radius: 45rpx; color: white; font-size: 32rpx; }
.site-btn button[size="mini"][disabled] { background: #e92152; color: #fff; opacity: .5; }