You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
57 lines
1.3 KiB
57 lines
1.3 KiB
@charset "UTF-8";
|
|
/**
|
|
* 下方引入的为uView UI的集成样式文件,为scss预处理器,其中包含了一些"u-"开头的自定义变量
|
|
* uView自定义的css类名和scss变量,均以"u-"开头,不会造成冲突,请放心使用
|
|
*/
|
|
.uni-forms-item__content {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.u-tag__text {
|
|
font-size: 22rpx;
|
|
padding: 0 10rpx;
|
|
}
|
|
.content-balance {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
flex: 1;
|
|
}
|
|
.content-balance .balance-text {
|
|
font-size: 32rpx;
|
|
margin-bottom: 35rpx;
|
|
}
|
|
.segmented-control {
|
|
width: 93% !important;
|
|
margin: 0 auto;
|
|
border-bottom-color: #5fd9ee;
|
|
background: #fff;
|
|
}
|
|
.segmented-control__item {
|
|
background-color: #fff;
|
|
border-color: #fff !important;
|
|
border-bottom-color: #5fd9ee !important;
|
|
border-radius: 0 !important;
|
|
}
|
|
.segmented-control__item:first-child {
|
|
border-top-left-radius: 5px !important;
|
|
}
|
|
.segmented-control__item:last-child {
|
|
border-top-right-radius: 5px !important;
|
|
}
|
|
.content-actions {
|
|
display: flex;
|
|
padding-top: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
}
|
|
.content-actions .u-button {
|
|
flex-basis: 40%;
|
|
}
|
|
.uni-card {
|
|
margin: 0 30rpx 30rpx !important;
|
|
padding: 0 !important;
|
|
border-radius: 0 !important;
|
|
box-shadow: none !important;
|
|
}
|
|
|
|
|