|
- page {
- height: 100%;
- background: #f6f6f8;
- padding: 20rpx;
- }
-
- .section__title {
- display: inline-block;
- margin-left: 20rpx;
- font-size: 30rpx;
- color: #888;
- }
-
- .pickerArr {
- display: inline-block;
- margin-left: 10rpx;
- border: 1rpx solid #ccc9c9;
- width: 45%;
- padding: 5rpx 20rpx;
- border-radius: 5rpx;
- font-size: 30rpx;
- color: #888;
- }
-
- .btns {
- width: 20%;
- background: #409EFF;
- color: #fff;
- font-size: 30rpx;
- display: inline-block;
- vertical-align: middle;
- height: 60rpx;
- line-height: 60rpx;
- margin-left: 20rpx;
- }
-
- .btn {
- float: right;
- height: 52rpx;
- line-height: 52rpx;
- background: rgba(101, 158, 246, 1);
- border-radius: 10rpx;
- font-size: 28rpx;
- font-weight: 500;
- padding: 0 25rpx;
- color: rgba(255, 255, 255, 1);
- }
-
-
- .picker_group {
- height: 85rpx;
- line-height: 85rpx;
-
- display: flex;
- align-items: center;
- font-size: 30rpx;
- }
-
- .picker_group picker {
- height: 55rpx;
- line-height: 55rpx;
- margin: 0 2%;
- padding: 2% 5%;
- border-bottom: 1px solid #eee;
- }
-
-
- .picker_group {
- height: 85rpx;
- line-height: 85rpx;
- display: flex;
- align-items: center;
- font-size: 30rpx;
- color: #888;
- }
-
- .picker_group picker {
- height: 55rpx;
- line-height: 55rpx;
- margin: 0 2%;
- padding: 2% 5%;
- border-bottom: 1px solid #eee;
- }
-
-
- .table {
- border: 0px solid darkgray;
- border-top: 1rpx solid #a0a0a0;
- margin-top: 20rpx;
- padding-right: 30rpx;
- }
-
- .tr {
- display: flex;
- width: 100%;
- justify-content: center;
- height: 3rem;
- align-items: center;
- border-bottom: 1rpx solid #a0a0a0;
- }
-
- .td {
- width: 40%;
- justify-content: center;
- text-align: center;
- font-size: 25rpx;
- }
-
- .td text {
- font-size: 25rpx;
- }
-
- .bg-w {
- background: ffffff;
- }
-
- .bg-g {
- background: #E6F3F9;
- }
-
- .th {
- width: 40%;
- justify-content: center;
- display: flex;
- height: 2rem;
- align-items: center;
- text-align: center;
- font-size: 26rpx;
- }
|