123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- page {
- padding-bottom: 0 !important;
- }
- .box {
- display: flex;
- flex-direction: column;
- height: 100vh;
- }
- /* 盒子 */
- .header-box {
- width: 100vw;
- background-color: #ffffff;
- padding: 0 24rpx 30rpx;
- border-radius: 0px 0px 20rpx 20rpx;
- box-sizing: border-box;
- }
- .title-and-usercenter {
- padding: 20rpx 24rpx 16rpx;
- background-color: #ffffff;
- }
- .title-and-userMessage {
- position: relative;
- width: 100%;
- margin-left: 6rpx;
- }
- .but-box {
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .header-title {
- font-size: 32rpx;
- color: #000000;
- }
- .header-userMessage {
- display: flex;
- align-items: center;
- height: 28rpx;
- margin-top: 25rpx;
- }
- .header-userMessage-img {
- display: flex;
- width: 28rpx;
- height: 28rpx;
- padding: 0;
- }
- .header-userMessage-img>image {
- width: 100%;
- height: 100%;
- border-radius: 50%;
- }
- .header-userMessage-textMsg {
- font-size: 20rpx;
- color: #333333;
- opacity: .7;
- margin-left: 8rpx;
- }
- /* 数据,按钮 插槽样式 */
- .dataAndBut {
- display: flex;
- justify-content: space-between !important;
- align-items: center;
- flex-wrap: nowrap;
- margin-top: 14rpx;
- }
- .dataAndBut_data {
- flex: 1;
- display: flex;
- font-size: 24rpx;
- color: #000000;
- margin-left: 16rpx;
- }
- .dataAndBut_data>text {
- color: #4DC2D4;
- text-decoration: underline;
- margin-left: 8rpx;
- }
- .dataAndBut_but {
- display: flex;
- align-items: center;
- margin-right: 6rpx;
- }
- .custom-slotBut {
- height: 44rpx !important;
- background: #FFB600 !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- color: 20rpx !important;
- padding: 0 14rpx !important;
- border: 0 !important;
- }
- .detailed-description>image {
- width: 100%;
- }
- /* 按钮 */
- .custom-slotBut {
- height: 44rpx !important;
- background: #FFB600 !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- color: 20rpx !important;
- padding: 0 14rpx !important;
- border: 0 !important;
- }
- .custom-NoSlotBut {
- height: 44rpx !important;
- background: linear-gradient(180deg, #D3D3D3 0%, #A7A8A8 100%) !important;
- box-shadow: 0px 0px 12rpx 0px rgba(0, 0, 0, 0.1) !important;
- border-radius: 10rpx !important;
- color: #FFFFFF;
- padding: 0 14rpx !important;
- border: 0 !important;
- }
- .details-custom-slotBut {
- float: right !important;
- margin-right: 16rpx;
- margin-top: 15rpx;
- }
|