123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- .button {
- background: #007AFF;
- color: white;
- width: 654rpx;
- margin-left: 24rpx;
- margin-top: 44rpx;
- }
- .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: 6rpx;
- border: 1px solid #eaeaea;
- }
- .danwei {
- width: 78rpx;
- height: 98rpx;
- background-color: white;
- display: flex;
- align-items: center;
- }
- .setmenu {
- display: flex;
- flex-wrap: wrap;
- }
- .active_button {
- background-color: crimson;
- }
- .setItem {
- margin-left: 20rpx;
- }
- .white {
- width: 702rpx;
- height: 1230rpx;
- margin-left: 24rpx;
- margin-top: 24rpx;
- border-radius: 10rpx;
- background-color: white;
- }
- .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;
- }
- .anniu {
- width: 116rpx;
- height: 116rpx;
- float: right;
- margin-top: 20rpx;
- }
|