123456789101112131415161718192021222324252627282930 |
- /* pages/my/myAsses/myAsses.wxss */
- .as-box{
- position: relative;
- width:655rpx;
- height: 535rpx;
- border: 1px solid rgb(241, 239, 239);
- margin-left: 45rpx;
- margin-top: 20rpx;
- }
- .as-box image{
- position: absolute;
- width: 460rpx;
- height: 250rpx;
- bottom: 0;
- right: 0;
- }
- /* 底部 确认评价 按钮 */
- .cash-bottom{
- height: 100%;
- background-color: #f8f9fb;
- margin-top: 50rpx;
- }
- .cash-but{
- background-color: #FFF100;
- width: 600rpx;
- height: 100rpx;
- border-radius: 20px;
- text-align: center;
-
- }
|