init
This commit is contained in:
172
wx05cb767e6530b48f/pages/address/detail.wxss
Normal file
172
wx05cb767e6530b48f/pages/address/detail.wxss
Normal file
@@ -0,0 +1,172 @@
|
||||
.profile-list .admin {
|
||||
color: #333;
|
||||
font-size: 30rpx;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.address-box .left-name {
|
||||
width: 85px;
|
||||
}
|
||||
|
||||
.address-cont-title .list {
|
||||
padding: 24rpx;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.tui-picker-detail text {
|
||||
padding: 0 10rpx;
|
||||
}
|
||||
|
||||
.infoText {
|
||||
display: block;
|
||||
line-height: 56rpx;
|
||||
}
|
||||
|
||||
picker-view {
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
height: 480rpx;
|
||||
padding: 0;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
picker-view-column view {
|
||||
align-items: center;
|
||||
display: flex;
|
||||
font-size: 28rpx;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
line-height: 28rpx;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.animation-element-wrapper {
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 21;
|
||||
}
|
||||
|
||||
.animation-element,.animation-element-wrapper {
|
||||
display: flex;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.animation-element {
|
||||
background-color: #fff;
|
||||
bottom: 0;
|
||||
height: 570rpx;
|
||||
}
|
||||
|
||||
.animation-button {
|
||||
align-items: center;
|
||||
height: 100rpx;
|
||||
line-height: 100rpx;
|
||||
margin-top: 20rpx;
|
||||
top: 20rpx;
|
||||
width: 400rpx;
|
||||
}
|
||||
|
||||
.address-text {
|
||||
color: #999;
|
||||
display: inline-flex;
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 30rpx;
|
||||
height: 50rpx;
|
||||
line-height: 50rpx;
|
||||
margin-top: 20rpx;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.left-bt {
|
||||
left: 30rpx;
|
||||
}
|
||||
|
||||
.right-bt {
|
||||
color: #ec5151;
|
||||
right: 30rpx;
|
||||
}
|
||||
|
||||
.line {
|
||||
background-color: #eee;
|
||||
display: block;
|
||||
height: 1rpx;
|
||||
margin-top: 89rpx;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.address-box .right-cont input {
|
||||
color: #444;
|
||||
font-size: 30rpx;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.bargain-commont-bg {
|
||||
background: rgba(0,0,0,.6);
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
.f-34 {
|
||||
font-size: 34rpx;
|
||||
}
|
||||
|
||||
.f-32 {
|
||||
font-size: 32rpx;
|
||||
}
|
||||
|
||||
.f-31 {
|
||||
font-size: 31rpx;
|
||||
}
|
||||
|
||||
.f-28 {
|
||||
font-size: 28rpx;
|
||||
}
|
||||
|
||||
.f-26 {
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
.f-24 {
|
||||
font-size: 24rpx;
|
||||
}
|
||||
|
||||
.f-22 {
|
||||
font-size: 22rpx;
|
||||
}
|
||||
|
||||
.b-r {
|
||||
border-right: 1rpx solid #eee;
|
||||
}
|
||||
|
||||
.b-b {
|
||||
border-bottom: 1rpx solid #eee;
|
||||
}
|
||||
|
||||
.b-t {
|
||||
border-top: 1rpx solid #eee;
|
||||
}
|
||||
|
||||
.m-top4 {
|
||||
margin-top: 4rpx;
|
||||
}
|
||||
|
||||
.m-top10 {
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.m-top20 {
|
||||
margin-top: 25rpx;
|
||||
}
|
||||
|
||||
.m-top35 {
|
||||
margin-top: 35rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user