123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 |
- /* pages/mineAddress/mineAddress.wxss */
- page{
- background-color: #F7F7F7;
- }
- .ad-list{
- margin: 24rpx 24rpx 0;
- width: 702rpx;
- height: 184rpx;
- background: #FFFFFF;
- border-radius: 8px;
- display: flex;
- flex-direction: row;
- }
- .ad-list>text:nth-child(1){
- width: 48rpx;
- height: 48rpx;
- background-color: rgba(255,87,0,0.12);
- font-size: 26rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FF5700;
- line-height: 48rpx;
- border-radius: 50%;
- text-align: center;
- margin: 30rpx 24rpx auto 24rpx;
- }
- .ad-mes{
- display: flex;
- flex-direction: column;
- margin-top: 28rpx;
- }
- .ad-name{
- display: flex;
- flex-direction: row;
- }
- .ad-name>text:nth-child(1){
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- text-align: left;
- margin-right: 32rpx;
- }
- .ad-name>text:nth-child(2){
- width: auto;
- height: 44rpx;
- font-size: 30rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: rgba(0,0,0,0.87);
- line-height: 44rpx;
- }
- .ad-name>text:nth-child(3){
- width: auto;
- height: 28rpx;
- line-height: 28rpx;
- text-align: center;
- border-radius: 4rpx;
- border: 2rpx solid #FF5700;
- font-size: 20rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FF5700;
- padding: 0 8rpx;
- margin: auto 0 auto 16rpx;
- }
- .ad-mes>text:nth-child(2){
- width: 502rpx;
- height: auto;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 36rpx;
- margin: 12rpx 0 28rpx;
- }
- .ad-edit{
- display: flex;
- flex-direction: column;
- margin-left: 28rpx;
- }
- .ad-edit>image:nth-child(1){
- width: 48rpx;
- height: 48rpx;
- margin: 80rpx 24rpx 56rpx auto;
- }
- .btn{
- width: 750rpx;
- height: 112rpx;
- background-color: #fff;
- padding-bottom: env(safe-area-inset-bottom);
- display: flex;
- position: fixed;
- bottom: 0;
- }
- .btn>text{
- margin: auto 32rpx;
- width: 686rpx;
- height: 90rpx;
- background: rgba(0,0,0,0.87);
- border-radius: 46rpx;
- font-size: 34rpx;
- font-family: PingFangSC-Medium, PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 90rpx;
- letter-spacing: 2rpx;
- text-align: center;
- }
- .nonedata-style{
- width: 750rpx;
- height: 100vh;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- .nonedata-style>image:nth-child(1){
- width: 332rpx;
- height: 264rpx;
- }
- .nonedata-style>text:nth-child(2){
- width: auto;
- height: auto;
- font-size: 30rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: rgba(0,0,0,0.4);
- line-height: 48rpx;
- margin-top: 32rpx;
- text-align: center;
- }
|