| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-1623ff8e {
- padding-top: 20rpx;
- }
- .container .add.data-v-1623ff8e {
- display: flex;
- margin: 0 auto;
- width: 690rpx;
- height: 87rpx;
- line-height: 87rpx;
- border-radius: 14rpx;
- background-color: #fff;
- }
- .container .add .icon.data-v-1623ff8e {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .add .icon ._img.data-v-1623ff8e {
- width: 36rpx;
- height: 36rpx;
- }
- .container .add .title.data-v-1623ff8e {
- flex: 3;
- font-size: 30rpx;
- color: #0082FC;
- }
- .container .add .none.data-v-1623ff8e {
- flex: 5;
- }
- .container .list.data-v-1623ff8e {
- margin-top: 20rpx;
- padding-bottom: 30rpx;
- }
- .container .list .box.data-v-1623ff8e {
- display: flex;
- align-items: center;
- margin: 0 auto;
- margin-bottom: 20rpx;
- width: 690rpx;
- height: 137rpx;
- border-radius: 14rpx;
- background-color: #fff;
- }
- .container .list .box .icon.data-v-1623ff8e {
- margin-top: 10rpx;
- width: 75rpx;
- text-align: center;
- }
- .container .list .box .icon ._img.data-v-1623ff8e {
- width: 40rpx;
- height: 40rpx;
- }
- .container .list .box .place.data-v-1623ff8e {
- width: 540rpx;
- }
- .container .list .box .place .top.data-v-1623ff8e {
- font-size: 32rpx;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .list .box .place .center.data-v-1623ff8e {
- font-size: 24rpx;
- color: #999999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .list .box .place .bottom.data-v-1623ff8e {
- font-size: 24rpx;
- color: #999999;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .container .list .box .right.data-v-1623ff8e {
- width: 75rpx;
- text-align: center;
- }
- .container .list .box .right ._img.data-v-1623ff8e {
- width: 15rpx;
- height: 28rpx;
- }
- .data-v-1623ff8e .uni-swipe_button-group {
- margin-bottom: 20rpx;
- }
|