duidui_mini_program/pages/myaddress/myaddress.wxss
2026-03-27 10:41:46 +08:00

140 lines
2.0 KiB
Plaintext

/* 商品详情头部 */
Page {
background-color: #f1f1f1;
}
.goodsheads {
width: 666rpx;
height: 155rpx;
margin: 0 auto;
border: 1rpx solid #ffffff;
border-radius: 8rpx;
background-color: #ffffff;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.headleft image {
margin: 0 40rpx;
width: 56rpx;
height: 56rpx;
}
.headmiddle {
width: 452rpx;
height: 90rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: left;
}
.bigfont {
font-size: 30rpx;
color: black;
}
.smallfont {
margin-left: 30rpx;
font-size: 26rpx;
color: #b6b6b6;
}
.middledown {
font-size: 26rpx;
color: black;
width: 452rpx;
}
.headright image {
width: 50rpx;
height: 50rpx;
}
.moreiaddress {
color: red;
font-size: 26rpx;
margin-left: 30rpx;
}
/* 商品详情头部 */
/* 分割线 */
.feigeixian {
width: 607rpx;
height: 1rpx;
margin: 0 auto;
background-color: #909090;
}
/* 分割线 */
.btnmyaddress {
width: 666rpx;
margin: 0 auto;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 5%;
border-bottom-left-radius: 5%;
background-color: #1ccfd6 !important;
font-size: 40rpx;
}
/* 弹窗信息 */
.wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
width: 520rpx;
height: 670rpx;
margin: 0 auto;
margin-top: 20%;
}
.wrapperup {
width: 520rpx;
height: 70rpx;
text-align: center;
border-radius: 5% 5% 0 0;
background-color: #1ccfd6;
}
.wrapperup text{
text-align: center;
color:white;
font-size:28rpx;
height: 70rpx;
line-height: 70rpx;
}
.wrappermiddle{
width: 520rpx;
height: 570rpx;
background-color:#ffffff;
}
.wrapperdown{
width: 520rpx;
height: 100rpx;
background-color:#f6f4f4;
border-radius: 0 0 5% 5%;
}
.savebtnclass{
width: 90%;
height: 70rpx;
background-color: #1ccfd6;
color: white;
margin: 0 auto;
line-height: 70rpx;
}