1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- .uni-margin-wrap .swiper {
- width: 100%;
- height: 600rpx;
- }
- .uni-margin-wrap .swiper image {
- width: 100%;
- height: 100%;
- }
- .mainContent {
- height: 600rpx;
- }
- .defaultSelect {
- padding: 15rpx;
- color: #f00;
- border: 1px solid #f00;
- }
- .shopcart-button .left .van-button--normal {
- width: 50%;
- background-color: #595959;
- border: 1px solid #595959;
- }
- .shopcart-button .right .van-button--normal {
- width: 50%;
- }
- .tagName {
- font-size: 38rpx;
- }
- .submitBtn {
- position: absolute;
- bottom: 0;
- width: 100%;
- }
- .tagMenu {
- width: 100%;
- height: 100rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- }
- .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;
- }
|