123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176 |
- .button {
- width: 208rpx;
- height: 98rpx;
- margin-top: 20rpx;
- background-color: #007AFF;
- color: white;
- font-size: unset;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .Green_button {
- background-color: green;
- }
- .Red_button {
- background-color: crimson;
- }
- .anniu {
- width: 116rpx;
- height: 116rpx;
- float: right;
- margin-right: 10rpx;
- }
- .four1 {
- margin-right: 30rpx;
- margin-left: 30rpx;
- }
- .four {
- margin-right: 60rpx;
- }
- .whiteItem {
- height: 60px;
- background: white;
- border-radius: 4px;
- font-size: 30rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- color: #444546;
- }
- .grayItem {
- height: 60px;
- background: #F6F7FB;
- border-radius: 4px;
- font-size: 30rpx;
- display: flex;
- align-items: center;
- color: #444546;
- }
- .text1 {
- margin-left: 20rpx;
- font-size: 30rpx;
- color: #444546;
- }
- .auto {
- width: 60px;
- height: 33px;
- background: #007AFF;
- border-radius: 4px;
- font-size: 30rpx;
- color: white;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .three {
- margin-right: 10rpx;
- margin-left: 0rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 30rpx;
- color: #007AFF;
- width: 60px;
- height: 33px;
- border-radius: 4px;
- border: 1px solid #007AFF;
- }
- .stop {
- margin-right: 75rpx;
- margin-left: 0rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 30rpx;
- color: #007AFF;
- width: 60px;
- height: 33px;
- border-radius: 4px;
- border: 1px solid #007AFF;
- }
- .head {
- height: 60px;
- background: #EAF1FE;
- border-radius: 4px;
- font-size: 30rpx;
- display: flex;
- justify-content: space-around;
- align-items: center;
- color: #444546;
- }
- .xiabu {
- margin-left: 24rpx;
- margin-top: 24rpx;
- background-color: white;
- width: 702rpx;
- height: 1520rpx;
- border-radius: 10rpx;
- }
- .buttonItem {
- display: flex;
- flex-direction: row;
- margin-top: 5rpx;
- justify-content: center;
- }
- .item {
- margin-left: 20rpx;
- }
- .setmenu {
- display: flex;
- flex-wrap: wrap;
- }
- .setItem {
- margin-left: 20rpx;
- }
- .text {
- margin-top: 40rpx;
- margin-bottom: 16rpx;
- color: #444546;
- font-size: 26rpx;
- }
- .input {
- width: 320rpx;
- height: 98rpx;
- background-color: #eaeaea;
- display: flex;
- flex-direction: row;
- align-items: center;
- border-radius: 5rpx;
- border: 1px solid #eaeaea;
- }
- .danwei {
- width: 78rpx;
- height: 98rpx;
- background-color: white;
- display: flex;
- align-items: center;
- }
- .white {
- width: 702rpx;
- height: 711rpx;
- background-color: white;
- margin-left: 24rpx;
- margin-top: 26rpx;
- }
- .title {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .tiao {
- width: 60px;
- height: 3px;
- margin-top: 20rpx;
- background: #007AFF;
- }
- .param {
- font-size: 38rpx;
- font-weight: 550;
- margin-top: 40rpx;
- }
- .active_button {
- background-color: skyblue;
- }
|