123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- .anniu {
- width: 116rpx;
- height: 116rpx;
- float: right;
- margin-right: 10rpx;
- }
- .Green_button {
- background-color: mediumspringgreen;
- color: white;
- width: 654rpx;
- margin-left: 48rpx;
- margin-top: 44rpx;
- }
- .Red_button {
- background-color: crimson;
- color: white;
- }
- .name1 {
- color: #848586;
- font-size: 24rpx;
- }
- .name {
- color: #848586;
- font-size: 30rpx;
- }
- .value {
- font-size: 38rpx;
- color: #444546;
- }
- .paramItem {
- display: flex;
- flex-direction: column;
- margin-left: 58rpx;
- margin-right: 46rpx;
- }
- .paramItem1 {
- display: flex;
- flex-direction: column;
- margin-left: 40rpx;
- margin-right: 40rpx;
- }
- .param {
- display: flex;
- flex-direction: row;
- margin-left: 24rpx;
- align-items: center;
- justify-content: center;
- width: 702rpx;
- height: 140rpx;
- background-color: white;
- border-bottom-right-radius: 8rpx;
- border-bottom-left-radius: 8rpx;
- }
- .tiaoText {
- margin-left: 44rpx;
- font-size: 34rpx;
- font-weight: 550;
- }
- .stopTiaoText {
- margin-left: 44rpx;
- font-size: 36rpx;
- font-weight: 550;
- }
- .tiao {
- margin-top: 26rpx;
- border-top-left-radius: 8rpx;
- border-top-right-radius: 8rpx;
- margin-left: 24rpx;
- width: 702rpx;
- height: 60px;
- background: #EAF1FE;
- font-size: 30rpx;
- color: #007AFF;
- display: flex;
- align-items: center;
- }
- .stopTiao {
- margin-top: 26rpx;
- border-top-left-radius: 8rpx;
- border-top-right-radius: 8rpx;
- margin-left: 24rpx;
- width: 702rpx;
- height: 60px;
- background: #007AFF;
- font-size: 38rpx;
- color: white;
- display: flex;
- align-items: center;
- }
- .xia {
- display: flex;
- flex-direction: row;
- }
- .xiaItem {
- color: white;
- display: flex;
- flex-direction: column;
- margin-left: 20rpx;
- margin-right: 20rpx;
- align-items: center;
- justify-content: center;
- margin-bottom: 16rpx;
- }
- .shang {
- display: flex;
- flex-direction: row;
- }
- .shangItem {
- color: white;
- display: flex;
- flex-direction: column;
- margin-left: 30rpx;
- margin-right: 30rpx;
- align-items: center;
- justify-content: center;
- margin-bottom: 16rpx;
- }
- .buttonItem {
- display: flex;
- flex-direction: row;
- font-size: 20rpx;
- color: #444546;
- }
- .but {
- width: 50rpx;
- height: 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 10rpx;
- margin-top: 5rpx;
- font-size: 24rpx;
- }
- .active-but {
- background-color: #00ff99;
- }
- .xiaBut {
- display: flex;
- flex-direction: row;
- font-size: 20rpx;
- color: #444546;
- }
- .KGJ_button {
- background-color: #00ff99;
- }
- .xiaButton {
- width: 100rpx;
- height: 50rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- margin-left: 10rpx;
- margin-top: 5rpx;
- font-size: 24rpx;
- }
- .head {
- font-size: 26rpx;
- height: 300px;
- background: linear-gradient(180deg, #2A8FFB 0%, #0467FB 100%);
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .comp {
- background-color: #D6D6D6;
- width: 702rpx;
- height: 200rpx;
- border-radius: 8rpx;
- margin-bottom: 20rpx;
- }
|