12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- .integral-mall-goods {
- width: 100%;
- height: 280rpx;
- background: #F2F2F2;
- border-radius: 16upx;
- }
- .user-not-vip {
- width: 100%;
- height: 80rpx;
- background: #FDF6EC;
- border-radius: 40rpx;
- border: 2rpx solid #EFC381;
- text-align: center;
- line-height: 76rpx;
- font-size: 24rpx;
- color: #000000;
- font-weight: bold;
- }
- .tuan-product-l {
- width: 150rpx;
- height: 200rpx;
- border-radius: 16rpx;
- background: #F2F2F2;
- }
- .tuan-product-r {
- width: calc(100% - 150rpx);
- }
- .btn-vip-adviser {
- width: 150rpx;
- height: 60rpx;
- border-radius: 20px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 28rpx;
- /* font-weight: 600; */
- background: #FF6600;
- color: #FFFFFF;
- }
- .search-result {
- padding-top: 10px;
- padding-bottom: 20px;
- text-align: center;
- }
- .search-result-text {
- text-align: center;
- font-size: 14px;
- color: #666;
- }
- .example-body {
- /* #ifndef APP-NVUE */
- display: block;
- /* #endif */
- padding: 0px;
- }
- .uni-mt-10 {
- margin-top: 10px;
- }
|