|
- /* pages/selble/selble.wxss */
- .item_class{
- width: 94vw;
- padding: 3vw 3vw 0vw 3vw;
- background: #fff;
- }
- .ble_img{
- width: 7vw;
- height: 7vw;
- }
- .item_name_text{
- margin-left: 5px;
- font-size:90%;
- font-family:PingFangSC-Medium;
- font-weight:500;
- color:rgba(51,51,51,1);
- }
- .item_sel_img{
- width: 5vw;
- height: 5vw;
- background:#eee;
- border-radius:50%
- }
- .item_sel_img-active{
- width: 5vw;
- height: 5vw;
- background:rgba(12,135,255,1);
- border-radius:50%
- }
- .line{
- margin-top:3vw;
- width: 100%;
- height: 1px;
- background: #E4E4E4;
-
- }
- .bottom_fix_show{
- width:90vw;
- padding: 4vw 5vw;
- position: fixed;
- bottom: 0;
- background: #fff;
- }
- .bottom_text{
- width: 100px;
- display: flex;
- justify-content: center;
- font-size: 32rpx;
- font-family:PingFangSC-Medium;
- font-weight:500;
- color:rgba(12,135,255,1);
- z-index: 99999;
- padding: 20rpx;
- margin: 10px;
- border: 1rpx solid;
- border-radius: 20px;
-
- }
|