Files
szjs/pages/guanyu/guanyu.wxss

169 lines
2.7 KiB
Plaintext
Raw Normal View History

2025-03-07 22:27:18 +08:00
/* pages/goddess/goddess.wxss */
page{
background: #F8F8F8;
}
image {
width: 100%;
height: 100%;
}
.Category {
display: flex;
}
.Category .Price {
width: 449rpx;
height: 107rpx;
background: #FF4C00;
display: flex;
}
.card_cont{
display: flex;
flex-direction: column;
background: #fff;
width: 85%;
margin: 0 auto;
margin-top: 0rpx;
box-shadow: 0px 0px 6px rgba(152, 152, 152, 0.16);
border-radius: 10rpx;
padding: 20rpx;
}
.card_con{
display: flex;
flex-direction: column;
background: #fff;
border-radius: 10rpx;
margin-left: 40rpx;
margin-right: 40rpx;
}
.card_cont_top{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.card_top_left{
color: #E54F54;
font-size: 36rpx;
}
.card_top_left text:first-child{
font-size: 55rpx;
padding: 0 20rpx 0 0;
/* border: 1px solid red; */
}
.card_top_left text:last-child{
font-size: 24rpx;
}
.Price .Price-left {
margin: 8rpx 0 0 32rpx;
}
.Price .Price-left text:nth-child(1) {
font-size: 34rpx;
color: #FFFFFF;
font-weight: 700;
line-height: 48rpx;
}
.Price .Price-left text:nth-child(2) {
font-size: 24rpx;
color: #FFFFFF;
text-decoration: line-through;
margin-left: 5rpx;
}
/* 销售 */
.Category .Price .sale {
font-size: 26rpx;
color: #FFFFFF;
}
/* 库存 */
.Category .Price .stock {
font-size: 24rpx;
color: #FFFFFF;
margin: 16rpx 0 0 33rpx;
}
.content .tejia .Price2 {
font-size: 30rpx;
color: #666666;
line-height: 41rpx;
margin-right: 23rpx;
}
.peisong-way{
width: 640rpx;
height: 128rpx;
background: #F6F6F6;
margin-right: 31rpx;
opacity: 1;
border-radius: 0px
}
.row-wrap .label{
width: 200rpx;
color: #000;
margin-left: 6rpx;
}
.row-wrap .label-right{
width: 500rpx;
height: 88rpx;
line-height: 88rpx;
text-align: right;
}
.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{
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-right input{
height: 100%;
font-size: 28rpx;
padding-right: 30rpx;
}
/*选择器 */
.section__title{
margin-bottom: 20rpx;
}
.section{
margin: 50rpx 0;
font-size: 30rpx;
}
.copyright {
width: 100%;
font-size: 28rpx;
color: #999;
position: fixed;
bottom: 0;
left: 0;
right: 0;
padding: 30rpx 0 25rpx 0rpx;
text-align: center;
}