12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .box {
- width: 488rpx;
- height: 100%;
- view {
- width: 100%;
- }
- text {
- color: #cbcbcc;
- }
- }
- .value-class {
- flex: none !important;
- }
- .title-class {
- text-align: left;
- }
- .scroll-view {
- height: 588rpx;
- width: 750rpx;
- overflow: hidden;
- }
- .but-box {
- width: 750rpx;
- padding: 16rpx 0;
- text-align: center;
- .but {
- width: 500rpx !important;
- height: 90rpx !important;
- background: #3874F6 !important;
- border-radius: 45rpx !important;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #FFFFFF;
- }
- }
|