123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .uni-margin-wrap .swiper {
- width: 100%;
- height: 600rpx;
- }
- .uni-margin-wrap .swiper image {
- width: 100%;
- height: 100%;
- }
- .shopcart-button .left .van-button--normal {
- width: 50%;
- background-color: #595959;
- border: 1px solid #595959;
- }
- .shopcart-button .right .van-button--normal {
- width: 50%;
- }
- .message .name {
- font-size: 38rpx;
- }
- .message .collect {
- margin-left: 10rpx;
- font-size: 38rpx;
- }
- .message .tip .van-col--20 {
- font-size: 20rpx;
- margin-top: 22rpx;
- }
- .message .price .van-col--20 {
- margin-top: 18rpx;
- font-size: 28rpx;
- color: red;
- }
- .message .price .van-col--20 text {
- font-size: 41rpx;
- }
- .prop-selected {
- color: #FFF !important;
- background-color: red !important;
- }
- .prod-info .van-tag {
- color: #ee0a24;
- margin-left: 1rem;
- padding: 0.3rem;
- }
- .other {
- display: flex;
- height: 100rpx;
- align-items: center;
- justify-content: space-between;
- padding: 0 15rpx;
- }
- .other .name {
- font-size: 40rpx;
- font-size: 36rpx;
- padding-left: 6px;
- }
- .word {
- height: 100rpx;
- width: 100%;
- display: flex;
- justify-content: space-around;
- align-items: center;
- margin: 15rpx 0;
- }
- .word view {
- padding: 20rpx;
- text-align: center;
- }
|