| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-138ca3bc {
- height: 100vh;
- background-color: #fff;
- }
- .container .box.data-v-138ca3bc {
- display: flex;
- align-items: center;
- margin: 0 30rpx;
- width: 690rpx;
- height: 90rpx;
- font-size: 30rpx;
- border-bottom: 1rpx solid #CCCCCC;
- background-color: #fff;
- }
- .container .box .name.data-v-138ca3bc {
- flex: 1;
- }
- .container .box .val.data-v-138ca3bc {
- flex: 3;
- display: flex;
- align-items: center;
- }
- .container .box .val .ele.data-v-138ca3bc {
- display: inline-block;
- width: 460rpx;
- text-align: end;
- color: #A6A6A6;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .box .val .ele ._span.data-v-138ca3bc {
- margin-right: 10rpx;
- }
- .container .box .val .black.data-v-138ca3bc {
- color: #000;
- }
- .container .box .val .right.data-v-138ca3bc {
- margin-left: 20rpx;
- width: 40rpx;
- display: inline-flex;
- justify-content: center;
- align-items: center;
- }
- .container .box .val .right ._img.data-v-138ca3bc {
- width: 16rpx;
- height: 25rpx;
- }
- .container .button.data-v-138ca3bc {
- margin: auto;
- margin-top: 52rpx;
- width: 690rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #fff;
- border-radius: 16rpx;
- background-color: #3396FB;
- }
- .container .button2.data-v-138ca3bc {
- margin: auto;
- margin-top: 30rpx;
- width: 690rpx;
- height: 80rpx;
- line-height: 80rpx;
- text-align: center;
- font-size: 32rpx;
- font-weight: 500;
- color: #FF5733;
- border-radius: 16rpx;
- background-color: #fff;
- }
|