| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- @charset "UTF-8";
- /* 水平间距 */
- /* 水平间距 */
- .container.data-v-51d37726 {
- padding-top: 20rpx;
- }
- .container .control.data-v-51d37726 {
- display: flex;
- flex-direction: column;
- justify-content: center;
- width: 750rpx;
- height: 86rpx;
- background-color: #fff;
- }
- .container .choose.data-v-51d37726 {
- display: flex;
- flex-wrap: wrap;
- justify-content: space-evenly;
- align-items: center;
- margin-top: 20rpx;
- padding: 30rpx;
- width: 690rpx;
- border-bottom: 1rpx solid #E5E5E5;
- background-color: #fff;
- }
- .container .choose .box.data-v-51d37726 {
- display: flex;
- align-items: center;
- width: 150rpx;
- height: 60rpx;
- }
- .container .choose .box .name.data-v-51d37726 {
- flex: 2;
- text-align: center;
- font-size: 28rpx;
- }
- .container .choose .box .icon.data-v-51d37726 {
- flex: 1;
- display: flex;
- align-items: center;
- height: 50rpx;
- }
- .container .choose .box .icon ._img.data-v-51d37726 {
- width: 30rpx;
- height: 30rpx;
- }
- .container .list.data-v-51d37726 {
- display: flex;
- flex-direction: column;
- justify-content: space-evenly;
- padding-top: 22rpx;
- width: 750rpx;
- border-bottom: 1rpx solid #E5E5E5;
- background-color: #fff;
- }
- .container .list .item.data-v-51d37726 {
- margin-bottom: 22rpx;
- margin-left: 65rpx;
- height: 41rpx;
- font-size: 28rpx;
- }
|