You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- /* c:\Users\Holy-Knight-IX\Desktop\Working Space\4.TikTok-MiniPro\ttb\pages\appointDetail\appointDetail.ttss */
- .card {
- width: 95%;
- border: 1px solid #00000063;
- margin: 40rpx auto;
- padding: 20rpx;
- border-radius: 15rpx;
- box-sizing: border-box;
- }
-
- .card .item {
- margin-bottom: 20rpx;
- }
-
- .card .item .lineHeight {
- color: #52a0fd;
- }
-
- .btns {
- width: 95%;
- padding: 0 80rpx;
- box-sizing: border-box;
- margin: auto;
- }
-
- .btns.active {
- position: absolute;
- left: 50%;
- bottom: 110rpx;
- transform: translateX(-50%);
- }
-
- .btns .back {
- margin-bottom: 40rpx;
- }
-
- .btns .confirm {
- color: #ffffff;
- background-color: #52a0fd;
- margin-top: 40rpx;
- }
-
- .datePickerFlex {
- display: flex;
- justify-content: space-between;
- width: 85%;
- background-color: #f4f5f6;
- border-radius: 20rpx;
- padding: 30rpx;
- margin: 35rpx auto;
- }
-
- .address {
- color: #8a8a8a;
- }
-
- .edit {
- display: inline-block;
- width: 70rpx;
- height: 40rpx;
- line-height: 40rpx;
- font-size: 30rpx;
- color: #ffffff;
- text-align: center;
- background-color: #c85963;
- border-radius: 10rpx;
- padding: 2rpx 5rpx;
- margin-left: 20rpx;
- }
-
- .detailedAddress {
- width: 95%;
- padding: 20rpx;
- border-radius: 15rpx;
- box-sizing: border-box;
- border: 1px solid #00000063;
- margin: 0 auto;
- }
|