| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- /* package-user/pages/register/index.wxss */
- page {
- background-color: var(--td-bg-color-container);
- /* background-color: #f9f9f9; */
- background: linear-gradient(to bottom, #F0F5F5 -40%, #F0F5F5 40%,#F0F5F5 100%);
- padding: 10rpx 20rpx 20rpx 20rpx;
- box-sizing: border-box;
- }
- .body{
- height: 100%;
- background-color: #ffffff;
- border-radius: 10rpx;
- padding: 0rpx 0rpx;
- box-sizing: border-box;
- }
- .car{
- margin-top: 20rpx;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- justify-content: space-between;
- }
- .car1{
- margin-top: 20rpx;
- padding: 0rpx 30rpx;
- box-sizing: border-box;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
-
- .car_right{
- width: 240rpx;
- display: flex;
- justify-content: space-between;
- }
- .cartbuy{
- padding: 8rpx 26rpx;
- border-radius: 10rpx;
- border: 1rpx solid #cccccc;
- }
- .carsell{
- padding: 8rpx 26rpx;
- border-radius: 10rpx;
- border: 1rpx solid red;
- }
- .model_right{
- display: flex;
- justify-content: space-between;
- }
- radio-group{
- display: flex;
- align-items: center;
- }
- .weui-cell{
- display: flex;
- align-items: center;
-
- }
- .weui-cell__hd{
- margin-left: 20rpx;
- }
- .powerlevel{
- border-radius: 6rpx;
- text-align: right;
- }
- .license{
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .toptabbar_box{
- width: 100%;
- height: 120rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- border-bottom: 1rpx #f5f5f5 solid;
- } .toptabbar_left{
- font-size: 28rpx;
- }
- .account_to{
- width: 100%;
- height: 300rpx;
- border-radius: 10rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 10rpx;
- border: #f5f5f5 1rpx solid;
- box-sizing: border-box;
- }
- .user_to{
- width: 100%;
- height: 360rpx;
- border-radius: 10rpx;
- }
- .button_button{
- width: 70%;
- color: #fff;
- background-color: #0F80DC;
- /* background-color: rgba(0,117,68, 0.3); 红色,50%透明度 */
- }
-
-
-
|