Files
coupon/pages/tuiguang/tuiguang.wxss
2023-02-22 23:52:12 +08:00

176 lines
2.7 KiB
Plaintext

/**index.wxss**/
page {
background-color: #FF4C00;
height: 100%;
}
.titletext {
width:100%;
margin-top: 100rpx;
font-size: 45rpx;
}
.title-text{
padding: 30rpx 0 25rpx 80rpx;
font-size: 45rpx;
font-weight:bold
}
.goods-list{
width:701rpx;
height: 880rpx;
background-color: #fff;
border-radius: 15px;
margin-left: 25rpx;
}
.goods-list .list-title{
font-size: 28rpx;
color: #000;
padding: 30rpx 0 0rpx 80rpx;
}
.goods-list .mima{
font-size: 28rpx;
color: #000;
padding: 0rpx 0 0rpx 80rpx;
}
.goods-list .erro{
font-size: 28rpx;
color: rgb(230, 74, 74);
padding: 10rpx 0 10rpx 80rpx;
}
.input-content{
font-size: 28rpx;
color: #000;
padding: 10rpx 0 0rpx 0rpx;
}
.peisong-way{
width: 100%;
background-color: #fff;
}
.peisong-way .row-box{
margin-left: 80rpx;
margin-inline-end: 80rpx;
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
border-bottom: 1rpx solid #eee;
}
.copyright {
width: 100%;
font-size: 28rpx;
color: #B2B2B2;
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 30rpx 0 50rpx 0rpx;
text-align: center;
}
.copyrightt {
width: 100%;
font-size: 28rpx;
color: #999;
position: fixed;
left: 0;
right: 0;
padding: 30rpx 0 25rpx 0rpx;
text-align: center;
width: 485rpx;
background: rgb(240, 102, 102);
display: flex;
flex-direction: row;
justify-content: center;
}
.zc-text{
color: #999;
font-size: 28rpx;
margin-right: 80rpx;
padding: 30rpx 0 25rpx 0rpx;
}
.wj-text{
color: #999;
margin-left: 80rpx;
font-size: 28rpx;
}
.confirm-btn {
font-size: 10pt;
line-height: 85rpx;
width: 485rpx;
height: 85rpx;
background: rgb(240, 102, 102);
color: #fff;
text-align: center;
border-radius: 100rpx;
}
.bd {
position: relative;
flex: 1;
display: flex;
flex-direction: column;
align-items: stretch;
animation: bd-rise 2s cubic-bezier(0.23,1,0.32,1) .75s forwards;
opacity: 0;
}
.sdsdf{
display: flex;
width: 0rpx;
height: 56rpx;
background-color: white;
}
.yaotext{
font-size: 34rpx;
color: #3E3E3E;
font-weight: bold;
display: flex;
position: relative;
justify-content: center;
padding-top: 50rpx;
}
.row-wrap{
width: 100%;
height: 100rpx;
line-height: 88rpx;
margin-left: 0rpx;
border-bottom: 1rpx solid #eee;
display: flex;
font-size: 28rpx;
/*justify-content: space-between;*/
}
.row-wrap .label{
width: 200rpx;
color: #000;
margin-left: 33rpx;
}
.row-wrap .label-right{
width: 100%;
height: 88rpx;
line-height: 88rpx;
text-align: right;
}
.row-wrap .label-right input{
height: 100%;
font-size: 28rpx;
padding-right: 30rpx;
}